home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / NEWS ROOM / sdM.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  377 b   |  12 lines

  1. on startMovie
  2.   global aaa, movielist, cdepth
  3.   set aaa to rearwindow(mnew, "S")
  4.   aaa(mpattowindow, -1)
  5.   set movielist to list("@:TWTW:01.dir", "@:stowaway:01title.dir", "@:Science:01Start.DIR", "@:MFIAD:01Title.DIR", "@:Body:01.DIR", 1)
  6.   set cdepth to the colorDepth
  7.   set the colorDepth to 8
  8.   sound stop 1
  9.   set the volume of sound 1 to 255
  10.   set the soundLevel to 5
  11. end
  12.